Fix a crash in action muxer destruction
authorMatthias Clasen <mclasen@redhat.com>
Sun, 30 Jun 2019 18:35:28 +0000 (18:35 +0000)
committerMatthias Clasen <mclasen@redhat.com>
Sun, 30 Jun 2019 18:37:32 +0000 (18:37 +0000)
commit3b6ee32f83882c8c2c736c7bb504a47bf1fdf407
tree587499bc130f290aaa65d196a34037674a9b4a5d
parent3bc3e140ddee3f274f0797c10cf7e33dd1b32074
Fix a crash in action muxer destruction

I've seen a crash when the action muxer gets
disposed during widget destroy, and tries to
disconnect from widget signals too late.

There is no real need to disconnect, since the
only time an action muxer is going away is when
its widget is destroyed, so just don't do it.
gtk/gtkactionmuxer.c